home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4702 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.5 KB

  1. Path: bristlecone.together.net!usenet
  2. From: krw@together.net
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: ? Max speed for voice line
  5. Date: 10 Feb 1996 04:10:28 GMT
  6. Organization: TGF Internet Services
  7. Message-ID: <4fh5rk$a5r@bristlecone.together.net>
  8. References: <4erqau$6hb@forged.passport.ca> <ABTzm5n0O8@infsviaz.msk.su>
  9. Reply-To: krw@together.net
  10. NNTP-Posting-Host: vtr172.ramp.together.net
  11. X-Newsreader: IBM NewsReader/2 v1.2
  12.  
  13. >>>I am taking a networking class and my prof said that the highest speed
  14. >>>that can be achieved over the voice grade line (telephone line) is
  15. >>>25,900 bps.
  16.  
  17.   This reminds me of a prof that I had that wanted 3 and even 4 significant
  18.   places on his exams.  Oh, yes, this was before pocket calculators.  "Don't
  19.   know what a slide rule is for...".  Sorry old age setting in.
  20.  
  21.   Your prof is just as wrong.  The upper barrier is in the mid to high 30's, as
  22.   evidenced by USR with their 33.6K modem.  They will shortly be followed by
  23.   everyone else.
  24.  
  25.   Compression has nothing to do with it.  V.34 does not specify compression.
  26.  
  27.   My favorite compression algorithm involves dropping all zeros.  After all, 
  28.   they have no value.  After this, you can then take the string of ones 
  29.   and represent this a a binary number, and recurse.  Decompression is a
  30.   bit more complicated.
  31.  
  32. >>The data transfer rate, on the other hand, depends on the type of
  33. >>modulation used, and that is why we must differentiate between the
  34. >>terms "baud" and "bits/sec". For example, if we employ a quad-bit
  35. >>modulation, also known as quadrature phase-shift keying (QPSK),
  36.  
  37.   ...or QAM Quadrature amplitude modulation.
  38.  
  39.   Definition time: Baud is "symbols per second" or signal changes per
  40.   second.  bps is the number of bits that you can pack into a "symbol"
  41.   times the Baud (note that Baud rate would be redundant).
  42.  
  43. >>  each
  44. >>LINE transition would represent four bits of DATA, hence a 2400 baud
  45. >>line would have a data transmission rate of 9600 bps.  This appears to
  46. >>be the practical limit of data transfer WITHOUT DATA COMPRESSION.
  47. >>
  48.   Wrong, take a look at the "constellation" in V.34.  It has not 16 points
  49.   of light, but perhaps a thousand.  What you say was true 20 years ago.
  50.  
  51. >> The extent to which data can be compressed depends on the type of
  52. >>data, but generally accepted ratio is 4:1,  more or less. 
  53.  
  54.   I have this bridge in Brooklyn.  4:1 no way!  Many things will actually
  55.   expand it you're not carefull.  Any graphic files are candidates to
  56.   blow away compression.  Oddly, this is where you'd really like it.
  57.   Mother Nature likes to play with our minds this way.  
  58.  
  59. >>If we take
  60. >>the above example of 9600 bps and multiply it by the compression ratio
  61. >>of 4, we get the maximum DATA transfer rate of 38,400 bps.  This
  62. >>therefore means that the DATA transfer rate over a voice grade line
  63. >>could be as high as 38,400 bps while the signaling speed at the same
  64. >>time is only 2400 baud.
  65.  
  66.   No problem, but at 28.8Kbps the signaling rate (Baud) is ~3K (I don't have
  67.   the reference handy) and with your optomistic compression rate, I'd
  68.   better set my UART to 115K.  BTW, I would if I could, but 38.4K seems
  69.   to work.
  70.  
  71.   You too, are getting lost in your Baud.
  72.  
  73. >>Of course you must realize that this is a
  74. >>theoretical limit.  In practice we have to take into account the line
  75. >>noise, type of data which will affect compression ratio, and some
  76. >>other factors, resulting in a typical rating values of 28.8k or 33.6k
  77. >>for modems.
  78.  
  79.   Sorry, these are uncompressed data rates.  They do it with magic 
  80.   and incredible inteligence.  This is truely is rocket surgery (to mix
  81.   a metaphor)/
  82.  
  83. >Does this means that if I switch my modem into direct mode (without flow
  84. >control and data compression), I'll have only 9600 bits/s? In such
  85. >cases my V.34 modem works much faster than 1200 bytes/s (9600 bits/s) ...
  86. >
  87.   Flow control is a signaling standard and is irrelevant (to the first order)
  88.   in data rate.  Data compression is also irrelevant when talking about 
  89.   modem bps.  Baud is such a miss-used term that it has become meaningless.
  90.   
  91.   V.34 specifies a (maximum) 28.8K bit per second protocol.  It has nothing
  92.   to do with compression, signaling, or any other things.  Under the V.34
  93.   protocol, you may, run V.42 and/or V.42bis for error correction and
  94.   compression, but they have little to do with each other.  
  95.  
  96.   Bottom line - V.34 is 28.8K bit per second (or less depending on the
  97.   connection).  The data transported over the connection is irrelevant
  98.   to V.34.  If it's compressed, fine, if not, V.34 couldn't care.
  99.  
  100.      Keith R. Williams
  101.      krw@together.net
  102.